container_aria

my file learn about tech container (docker, podman, kubernetes)


Project maintained by ariafatah0711 Hosted on GitHub Pages — Theme by mattgraham

node

command

# melihat semua nodes yang ada pada cluster
kubectl get nodes
kubectl get node
kubectl get no # (bisa pake 2 huruf di awal)

kubectl describe node <nama_node>
kubectl describe node minikube